-
1 instruction
1) инструкционный
2) <comput.> команда
3) наставление
4) инструкция
5) программа
6) обучение
7) преподавание
8) распоряжение
9) указание
– branch instruction
– breakpoint instruction
– compare instruction
– computer instruction
– control instruction
– current instruction
– delay instruction
– dummy instruction
– exchange instruction
– exit instruction
– fetch an instruction
– follow the instruction
– ignore instruction
– illegal instruction
– instruction address
– instruction code
– instruction cycle
– instruction file
– instruction format
– instruction line
– instruction register
– instruction set
– macro instruction
– manufacturer's instruction
– modify an instruction
– multiaddress instruction
– operating instruction
– overflow instruction
– programmed instruction
– recognize an instruction
– return instruction
– shift instruction
– single-address instruction
– skip an instruction
– skip instruction
– sort instruction
– standard instruction
– transfer instruction
– unco instruction
– zero-address instruction
"jump if not" instruction — команда условного перехода
conditional transfer instruction — команда условного перехода
register reference instruction — команда обращения к регистру
-
2 instruction decoder
блок устройства управления ( control unit) центрального процессора, выделяющий код операции и операнды команды, а затем вызывающий микропрограмму, исполняющую данную командуАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > instruction decoder
-
3 cycle
2) цикл, круговой процесс ( в термодинамике)•cycles per second — герц, Гц;cycle of operation — 1. рабочий цикл 2. цикл заряд - разряд-
ac cycle
-
access cycle
-
ammonia cycle
-
automatic lubrication cycle
-
automatic probing cycle
-
automatic repeat cycle
-
binary cycle
-
binary-vapor cycle
-
biological cycle
-
braking cycle
-
Brayton cycle
-
brine cycle
-
burning cycle
-
burn-out cycle
-
canned milling cycle
-
Carno cycle
-
catalyst cycle
-
charge/discharge cycle
-
charging cycle
-
clock cycle
-
closed cycle
-
closed fuel cycle
-
CNC cycle
-
coal gasification-combined cycle
-
code generation cycle
-
co-located fuel cycle
-
completely reversed stress cycle
-
component drain cycle
-
composite cycle
-
compression ignition cycle
-
compression refrigeration cycle
-
computer cycle
-
constant-pressure cycle
-
continuous face cycle
-
CPU cycle
-
cross-progeny fuel cycle
-
denatured fuel cycle
-
digging cycle
-
direct steam cycle
-
direct-expansion cycle
-
display cycle
-
diurnal cycle
-
drawdown-refill cycle
-
drifting cycle
-
drive cycle
-
duty cycle
-
energy conversion cycle
-
equilibrium fuel cycle
-
equipressure cycle
-
extended-burnup fuel cycle
-
fatigue cycle
-
fetch cycle
-
filter cycle
-
fixed control cycle
-
fluctuation cycle
-
four-stroke cycle
-
freeze-thaw cycle
-
fuel cycle
-
fuel-breeding cycle
-
fusion fuel cycle
-
gas turbine cycle
-
gas-turbine power cycle
-
generator cycle
-
glacial cycle
-
half cycle
-
haul cycle
-
heat cycle
-
heat power cycle
-
heat reclaim cycle
-
heating cycle
-
helium cycle
-
highway driving cycle
-
hydrogen cycle
-
hydrologic cycle
-
hysteresis cycle
-
ideal adiabatic cycle
-
ideal cycle
-
indirect-fired gas turbine cycle
-
injection refrigeration cycle
-
inspection cycle
-
instruction cycle
-
intermittent cycle
-
interstate driving cycle
-
Joule cycle
-
life cycle
-
limit cycle
-
Linde cycle
-
load-haul-dump cycle
-
loading cycle
-
low-proliferation risk fuel cycle
-
machine cycle
-
machining cycle
-
magnetic cycle
-
mean cycles between failures
-
mechano-chemical cycle
-
memory cycle
-
moisture cycle
-
multipressure cycle
-
neutron cycle
-
nitrogen cycle
-
NTSC four-field cycle
-
nuclear fuel cycle
-
null cycle
-
once-through fuel cycle
-
on-duty cycle
-
on-off use cycle
-
open cycle
-
open fuel cycle
-
operating cycle
-
operation cycle
-
operational cycle
-
out-of-pile fuel cycle
-
PAL eight-field cycle
-
pallet transfer cycle
-
photographic cycle
-
picture cycle
-
Plank cycle
-
postreactor fuel cycle
-
power generation cycle
-
power cycle
-
precoat cycle
-
preprogrammed cycle
-
pressure cycle
-
processing cycle
-
program cycle
-
programming cycle
-
quasi-biennial cycle
-
Rankine cycle
-
redox cycle
-
refrigeration cycle
-
regeneration cycle
-
regrind cycle
-
reheating cycle
-
reheat cycle
-
repeated-stress cycle
-
repetitive dressing cycle
-
retention cycle
-
reversed-stress cycle
-
reversible cycle
-
ringing cycle
-
search cycle
-
SECAM twelve-field cycle
-
service cycle
-
setup cycle
-
shutter cycle
-
single turbo-compressor rotor cycle
-
single-loop steam cycle
-
single-reheat cycle
-
sinking cycle
-
skipped cycle
-
sodium cycle
-
software life cycle
-
specialized machining cycle
-
standard rating cycle
-
steam cycle
-
steam-jet refrigeration cycle
-
steam-power cycle
-
steam-water cycle
-
Stirling cycle
-
storage cycle
-
strain cycle
-
stress cycle
-
suburban driving cycle
-
sunspot cycle
-
symbiotic fuel cycle
-
tailout cycle
-
tap-to-tap cycle
-
test cycle
-
thermal cycle
-
thermal fatigue cycle
-
thermodynamic cycle
-
thorium-based fuel cycle
-
thorium fuel cycle
-
three-loop steam cycle
-
throw-away fuel cycle
-
tidal cycle
-
timing cycle
-
tool inspection cycle
-
total cycle
-
Tripol ammonia cycle
-
two-loop steam cycle
-
two-stroke cycle
-
typical machining cycle
-
uranium cycle
-
urban driving cycle
-
vapor-compression refrigerating cycle
-
vapor-compression refrigeration cycle
-
vital cycle
-
voltage cycle
-
water cycle
-
work cycle
-
xenon poisoning cycle
-
zero-to-compression stress cycle
-
zero-to-tension stress cycle
См. также в других словарях:
Instruction pipeline — Pipelining redirects here. For HTTP pipelining, see HTTP pipelining. Basic five stage pipeline in a RISC machine (IF = Instruction Fetch, ID = Instruction Decode, EX = Execute, MEM = Memory access, WB = Register write back). In the fourth clock… … Wikipedia
Instruction cycle — An instruction cycle (sometimes called fetch and execute cycle, fetch decode execute cycle, or FDX) is the basic operation cycle of a computer. It is the process by which a computer retrieves a program instruction from its memory, determines what … Wikipedia
Instruction set — An instruction set, or instruction set architecture (ISA), is the part of the computer architecture related to programming, including the native data types, instructions, registers, addressing modes, memory architecture, interrupt and exception… … Wikipedia
Fetch-and-add — In computer science, the fetch and add CPU instruction is a special instruction that atomically modifies the contents of a memory location. It is used to implement Mutual exclusion and concurrent algorithms in multiprocessor systems.In… … Wikipedia
Instruction set simulator — An instruction set simulator (ISS) is a simulation model, usually coded in a high level programming language, which mimics the behavior of a mainframe or microprocessor by reading instructions and maintaining internal variables which represent… … Wikipedia
Threaded code — Not to be confused with multi threaded programming. In computer science, the term threaded code refers to a compiler implementation technique where the generated code has a form that essentially consists entirely of calls to subroutines. The code … Wikipedia
Burroughs large systems instruction set — The B5000 instruction set is the set of valid operations for the Burroughs large systems including the current (as of 2006) Unisys Clearpath/MCP systems. These unique machines have a distinctive design and instruction set. Each word of data is… … Wikipedia
Конвейер (процессоры)/Перевод — Пожалуйста, не удаляйте эту статью! В данный момент в ней идет работа по переводу основной английской версии для замены кошмарной русской. После завершения работы я объединю получившуюся статью с имеющейся русской версией. Простой пятиуровневый… … Википедия
Branch predictor — In computer architecture, a branch predictor is the part of a processor that determines whether a conditional branch in the instruction flow of a program is likely to be taken or not. This is called branch prediction. Branch predictors are… … Wikipedia
CDC 6600 — The CDC 6600 was a mainframe computer from Control Data Corporation, first delivered in 1964. It is generally considered to be the first successful supercomputer, outperforming its fastest predecessor, IBM 7030 Stretch, by about three times. It… … Wikipedia
PDP-10 — KL10 DA 1090 CPU and 6 Memory Modules The PDP 10 was a mainframe computer family[1] manufactured by Digital Equipment Corporation … Wikipedia